ContactInterface

public interface ContactInterface implements Serializable

This interface defines the basic entity in the address book structure

Since

2.0.0

Functions

Link copied to clipboard
public abstract String getEmailAddress()
Returns the mail address of the user
Link copied to clipboard
public abstract int getEntryId()
Returns the unique identifier of the entry
Link copied to clipboard
public abstract String getFax()
Returns the fax number of the user
Link copied to clipboard
public abstract String getFirstName()
Returns the first name of the user
Link copied to clipboard
public abstract Boolean getFriend()
Returns the friend status of the user
Link copied to clipboard
public abstract String getHomePhone()
Returns home phone number of the user
Link copied to clipboard
public abstract String getLastName()
Returns the last name of the user
Link copied to clipboard
public abstract String getMobilePhone()
Returns the mobile phone number of the user
Link copied to clipboard
public abstract String getNickName()
Returns the name of the user as it will appear for a personal contact
Link copied to clipboard
public abstract String getPager()
Returns the pager number of the user
Link copied to clipboard
public abstract String getPhotoUrl()
Returns the URL from which to retrieve the picture of the user
Link copied to clipboard
public abstract String getPrimaryContact()
Returns the user's primary contact number (this should be preferred number for contacting the user)
Link copied to clipboard
public abstract String getSources()
Returns the source of contact such as WebRTC GW, Facebook, LinkedIn ..
Link copied to clipboard
public abstract String getWorkPhone()
Returns the work phone number of the user